Skip to content

Instantly share code, notes, and snippets.

FULL REVERSE ENGINEERING: awstore.cloud Malware

Caution

Это профессиональный многостадийный MitM-троян, таргетированный на СНГ. Значительно опаснее обычного стилера.


Attack Overview

Элементарное "Спасибо" ниже в комментариях, будет греть душу))

graph TD
@BhoiDanny
BhoiDanny / spotify.md
Created May 5, 2023 02:51 — forked from Davoleo/spotify.md
An in-depth guide on modding Spotify with updated methods to remove ads, bypass country restrictions and theme the application

Spotify Tricks

This is a collections of script, patches and procedures to mod Mobile and Desktop Spotify Applications
If you know about something that isn't listed here and you would like it to be feel free to tell me about it in the comments or send an e-mail to dav@davoleo.net

Disabling Ads

Desktop (Windows)

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@euprogramador
euprogramador / opencode-reload-skills
Last active April 25, 2026 11:30
.opencode/plugins/SkillReloaderOnNewSession.js
export const AgentDeskPlugin = async (_ctx) => {
return {
event: async ({ event }) => {
if (event.type === "session.created") {
_ctx.client?.instance.dispose();
console.log("skills reload");
}
},
};
};

This is a work in progress, proceed with caution

Install Proxmox and a Ubuntu VM with Portainer to manage docker containers

Setup Proxmox

  1. Install Proxmox 6.X iso I selected 2 drives in Raid 1 mirror
  2. Console/SSH into Proxmox
  3. nano /etc/apt/sources.list

This is a work in progress, proceed with caution

Install Proxmox and a Ubuntu VM with Portainer to manage docker containers

Setup Proxmox

  1. Install Proxmox 6.X iso I selected 2 drives in Raid 1 mirror
  2. Console/SSH into Proxmox
  3. nano /etc/apt/sources.list
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 25, 2026 11:25
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest